home *** CD-ROM | disk | FTP | other *** search
/ Hidden Truth / Hidden Truth.iso / amiga / aweb_pal < prev    next >
Text File  |  1997-03-06  |  503b  |  28 lines

  1. c:requestchoice >env:rcpal "Welcome To The Hidden Truth" "Screenmode: *nPAL Hi-Res Laced *n 640x512 *n *nSelect from below the number of colours *nyou would like to open your screen in, *nor if you don't have much memory *nyou may open AWeb on your workbench screen *n" "  64 | 128 | 256 | On Workbench | Cancel "
  2.  
  3. if $rcpal eq 1
  4.  
  5. execute aweb_pal64
  6.  
  7. endif
  8.  
  9. if $rcpal eq 2
  10.  
  11. execute aweb_pal128
  12.  
  13. endif
  14.  
  15. if $rcpal eq 3
  16.  
  17. execute aweb_pal256
  18.  
  19. endif
  20.  
  21. if $rcpal eq 4
  22.  
  23. execute aweb_palwb
  24.  
  25. else
  26.   endcli 
  27. endif
  28.